home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / NeuroSim 1.0 / Documentation / About the source code next >
Text File  |  1996-02-21  |  3KB  |  97 lines

  1. _______________________________________________________________
  2. NeuroSim — A freeware Mac application
  3. Version 1.0 (February 1996)
  4.  
  5. By Timo Eloranta
  6. Copyright © 1996 Brown Eyes Software
  7. All rights reserved.
  8.  
  9. Internet e-mail:  sttiel@uta.fi        
  10. WWW home page:  http://www.uta.fi/~sttiel/
  11. _______________________________________________________________
  12.  
  13. If you haven't yet read the general ReadMe for NeuroSim, please do so first.
  14. This file has just some additional notes about the source code.
  15.  
  16. Contents 
  17.  
  18.   •  Description
  19.   •  Requirements
  20.   •  Known Weaknesses
  21.   •  Distribution
  22.   •  Fine Print
  23.   •  Need a Mac Developer?
  24.   •  Contacting the Author
  25.  
  26.  
  27. Description
  28.  
  29. This package includes the full PowerPlant based C++ source code for 
  30. NeuroSim - a simple freeware neural net simulator for Macintosh.
  31. (If you're not a Mac programmer, you've probably downloaded
  32. the wrong file...) The code is (IMHO) pretty well documented. 
  33.  
  34.   
  35. Requirements
  36.  
  37.   •  CodeWarrior (the projects included are for CW8)
  38.   •  some sort of C++ skills...
  39.  
  40.  
  41. Known Weaknesses
  42.  
  43. Weaknesses? In _my_ code?!? <grin>
  44. Actually I'm hardly a C++/PowerPlant guru, so you shouldn't trust
  45. that the way I do things would be the right way. But hopefully this
  46. code is good enough to help struggling PowerPlant beginners.
  47.  
  48. If you have any suggestions for improving this code, I'd be very
  49. happy to hear from you. But if you'd just like to see new features
  50. added to NeuroSim, you'll probably have to add them yourself...
  51.  
  52.         
  53. Distribution  
  54.  
  55. The source code for NeuroSim is freeware, which means that you can
  56. use it as you like free of charge, but that I still retain the copyright.
  57. More specifically, the source code cannot be sold for a profit or 
  58. distributed thru a commercial channel without my written
  59. consent. Distribution via online services, BBS's, Internet,
  60. person-to-person and other non-commercial means is acceptable
  61. provided that all original and unaltered files are included in the package. 
  62.  
  63.  
  64. Fine Print
  65.  
  66. [  Here comes the more or less obligatory boring stuff...  ]
  67.  
  68. The source code for NeuroSim is supplied "as is". The author makes no
  69. warranties, either express or implied, and will not be liable for any special,
  70. incidental, consequential or indirect damages, including but not limited to
  71. loss of data or psychological damage. The person using this source code
  72. bears all risk as to its quality and performance. By using this source code,
  73. you are subject and agree to the terms in this disclaimer. In short, use
  74. the source code for NeuroSim at your own risk.
  75.  
  76.  
  77. Need a Mac Developer?
  78.  
  79. See the "Read Me (NeuroSim)" file for details.
  80.  
  81.  
  82. Contacting the Author
  83.  
  84. For questions, praise, bug reports (oh no!), comments and job offers, I can be
  85. reached via Internet e-mail at
  86.  
  87.   sttiel@uta.fi  (should be valid at least through August 1996)
  88.  
  89. or by "snail mail" (postcards would be greatly appreciated!) at
  90.  
  91.   Timo Eloranta
  92.   Väinämöisenkatu 11 D 347
  93.   FIN-33540 Tampere
  94.   Finland (Europe)
  95.  
  96. _______________________________________________________________
  97.